Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    app(id,x)  → x
2:    app(plus,0)  → id
3:    app(app(plus,app(s,x)),y)  → app(s,app(app(plus,x),y))
There are 3 dependency pairs:
4:    APP(app(plus,app(s,x)),y)  → APP(s,app(app(plus,x),y))
5:    APP(app(plus,app(s,x)),y)  → APP(app(plus,x),y)
6:    APP(app(plus,app(s,x)),y)  → APP(plus,x)
The approximated dependency graph contains one SCC: {5}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006